Description
Create a new collection. This is returning the document serialization of the created collection.
Operation id | Collection.Create |
Aliases | Collection.CreateCollection
|
Category | Document |
Label | Create a collection |
Requires | |
Since | |
Parameters
Signature
Inputs | void, document |
Outputs | document, document |
Implementation Information
JSON Definition
{
"id" : "Collection.Create",
"aliases" : [ "Collection.CreateCollection" ],
"label" : "Create a collection",
"category" : "Document",
"requires" : null,
"description" : "Create a new collection. This is returning the document serialization of the created collection.",
"url" : "Collection.Create",
"signature" : [ "void", "document", "document", "document" ],
"params" : [ {
"name" : "name",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "description",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}